Fix a leftover occurrence of ::expand
authorMatthias Clasen <mclasen@redhat.com>
Thu, 27 Feb 2020 00:31:25 +0000 (19:31 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 27 Feb 2020 00:31:25 +0000 (19:31 -0500)
gtk/inspector/css-node-tree.ui

index 7c311f3d621ecd7a6e2bb4aaee1ce41516b01d61..38019d7695b39fed818ce8cb29e979d0388d000c 100644 (file)
@@ -90,7 +90,8 @@
             <property name="orientation">vertical</property>
             <child>
               <object class="GtkScrolledWindow">
-                <property name="expand">1</property>
+                <property name="hexpand">1</property>
+                <property name="vexpand">1</property>
                 <property name="min-content-height">100</property>
                 <child>
                   <object class="GtkTreeView" id="prop_tree">